Changeset 612 for cpp/frams/_demos
- Timestamp:
- 09/09/16 15:22:11 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/simil_test.cpp
r606 r612 105 105 iCurrParam++; 106 106 szCurrParam = argv[iCurrParam]; 107 nResult = sscanf(szCurrParam, " %d", &M. zFixed);107 nResult = sscanf(szCurrParam, " %d", &M.fixedZaxis); 108 108 if (nResult != 1) 109 109 { … … 112 112 return -1; 113 113 } 114 else if (M. zFixed != 0 && M.zFixed!= 1)115 { 116 printf("<isZFixed>=%d. <isZFixed> should be equal to 0 or 1\n", M. zFixed);114 else if (M.fixedZaxis != 0 && M.fixedZaxis != 1) 115 { 116 printf("<isZFixed>=%d. <isZFixed> should be equal to 0 or 1\n", M.fixedZaxis); 117 117 return -1; 118 118 }
Note: See TracChangeset
for help on using the changeset viewer.