Adding_MD_integration_tests
Adding_StructOpt_integration_tests
AutomationFragmentation_failures
Candidate_v1.6.1
Candidate_v1.7.0
ChemicalSpaceEvaluator
Enhanced_StructuralOptimization
Enhanced_StructuralOptimization_continued
Exclude_Hydrogens_annealWithBondGraph
ForceAnnealing_with_BondGraph
ForceAnnealing_with_BondGraph_contraction-expansion
Gui_displays_atomic_force_velocity
JobMarket_RobustOnKillsSegFaults
JobMarket_StableWorkerPool
PythonUI_with_named_parameters
StoppableMakroAction
TremoloParser_IncreasedPrecision
stable
| Line | |
|---|
| 1 |
|
|---|
| 2 | #include <iostream>
|
|---|
| 3 |
|
|---|
| 4 | #include <util/misc/scint.h>
|
|---|
| 5 |
|
|---|
| 6 | using namespace sc;
|
|---|
| 7 |
|
|---|
| 8 | main()
|
|---|
| 9 | {
|
|---|
| 10 | std::cout << "sizeof(sc_int8_t) = " << sizeof(sc_int8_t) << std::endl;
|
|---|
| 11 | std::cout << "sizeof(sc_int16_t) = " << sizeof(sc_int16_t) << std::endl;
|
|---|
| 12 | std::cout << "sizeof(sc_int32_t) = " << sizeof(sc_int32_t) << std::endl;
|
|---|
| 13 | std::cout << "sizeof(sc_int64_t) = " << sizeof(sc_int64_t) << std::endl;
|
|---|
| 14 |
|
|---|
| 15 | return 0;
|
|---|
| 16 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.